Click or drag to resize

FailedMailbox Class

Class FailedMailbox.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeFailedMailbox

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class FailedMailbox

The FailedMailbox type exposes the following members.

Constructors
  NameDescription
Public methodFailedMailbox
Initializes a new instance of the FailedMailbox class.
Top
Properties
  NameDescription
Public propertyErrorCode
Gets the error code.
Public propertyErrorMessage
Gets the error message.
Public propertyIsArchive
Gets a value indicating whether this instance is archive.
Public propertyMailbox
Gets the mailbox.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current FailedMailbox object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also